home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1500.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  962 b   |  27 lines

  1. On Jun 29,  3:31pm, Dave_Raggett wrote:
  2. } Subject: Re: HTML+ and browser functionality
  3. >
  4. >Urh, whats wrong with the LINK element, e.g.
  5. >
  6. >        <LINK rel="up" href=...>
  7. >        <LINK rel="prev" href=...>
  8. >        <LINK rel="next" href=...>
  9. >
  10. >The links specified with the LINK tag are assumed to be global to the
  11. >entire document and so could be automatically added to a menu or toolbar.
  12. >
  13. This seems like the right approach.  We'd like to use it to
  14. define a linear sequence, for example, the sections of a chapter.
  15. However, we should probably be sure to distinguish "next" and "prev" 
  16. from "forward" and "back", which have to do with the navigational
  17. sequence.
  18.  
  19. In a previous message, you 
  20. mentioned using the GROUP tag also for this purpose.  Can you
  21. explain use of the GROUP tag?  I'd like to use the GROUP tag to
  22. is define a set of links shared by a set of documents, such as
  23. chapters all containing links to a table of contents, or a glossary.
  24.  
  25. Thanks.
  26.  
  27.